@charset "utf-8";

/*-----------------------------theme主题-----------------------------*/
html,body{font:normal 16px/1.42857143 微软雅黑;color: #333;background-color: white;word-wrap:break-word;overflow-x: hidden;font-family: '微软雅黑' !important;}

a{color: #333;}
a:hover,a:focus{color: #005FB8;}

/*-----------------------------添加类名（辅助）-----------------------------*/
.ellipsis{white-space: nowrap;overflow:hidden;text-overflow:ellipsis;}

/*-----------------------------********-----------------------------*/
*{box-sizing: border-box;}
.fl{float: left;}
.fr{float: right;}

/*-----------------------------comlist-----------------------------*/
.comtop{padding-bottom: 15px;}
.comtop span{font-size: 26px;position: relative;cursor: pointer;}
.comtop span::after{position: absolute;content: '';bottom: -11px;left: 50%;margin-left: 0;;width: 0px;height: 4px;background: #0D6DCF;transition: all .5s;}
.comtop span.on{font-weight: bold;}
.comtop span.on::after{width: 46px;margin-left: -23px;}
.comtop span + span{margin-left: 45px;}
.commore{position: absolute;right: 0;top: 10px;}
.commore a{display: none;color: #999;}
.commore a:hover{color: #005FB8;}
.commore a.on{display: block;}
.comlist{margin-top: 10px;}
.comlist ul{display: none;}
.comlist ul.on{display: block;}
.comlist li{padding-left: 20px;position: relative;height: 52px;line-height: 52px;}
.comlist li::before{position: absolute;content: '';width: 6px;height: 6px;left: 0;top: 50%;margin-top: -3px;background: #999;}
.comlist li a{float: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 77%;}
.comlist li span{float: right;color: #bbb;}
/*-----------------------------响应式-----------------------------*/
.container,.container-fluid{margin-right: auto;margin-left: auto;}
.container{width: 1400px;}

@media (max-width: 1440px) {
    .container{width: 1200px;}

    .comtop span + span{margin-left: 20px;}
    .comlist li{height: 48px;line-height: 48px;}

    .toolbar{right: 10px;}
}
@media (max-width: 1200px) {
.container{width: 100%;}

}

@media (max-width: 992px) {
    
    .comtop span{font-size: 18px;}
    .comtop span + span{margin-left: 10px;}
    .commore{top: 2px;}
    .comlist li{font-size: 14px;}
    .comlist li a{width: 70%;}

}

